Welcome![Sign In][Sign Up]
Location:
Search - list Vc

Search list

[source in ebooklesson8

Description: 孙鑫老师VC视频第八课代码:逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其它属性页和向导页。-SUN Xin teacher Lesson VIII VC Video Code: ingenious escape button realize. How do I create a property page dialog box and the wizard dialog box, and integration on the combo box (how to adjust the size of combo box), list boxes, radio buttons, check buttons, etc. a variety of common dialog control to use. How do I restrict users are not satisfied with the conditions set to switch to the other property pages and wizard pages.
Platform: | Size: 70656 | Author: shanyingying | Hits:

[Data structsDLB

Description: 是数据结构中单链表的VC++程序,用VC环境编写,帮助理解单链表这种数据结构。-Is a data structure in a single list of VC++ Procedures prepared by VC environment to help understand the single-linked list of such data structures.
Platform: | Size: 1818624 | Author: 杨博 | Hits:

[ListView/ListBoxListcontrol

Description: 学习VC ListControl编写的程序小例子-Learning VC ListControl small example of the preparation procedures
Platform: | Size: 780288 | Author: xck | Hits:

[Windows DevelopAnalisis_CArray_in_MFC

Description: 我们在使用vc进行比较复杂的编程时,经常需要用到复杂的数组结构,并希望能实现动态管理。由于C++并不支持动态数组,MFC提供了一个CArray类来实现动态数组的功能。有效的使用CArray类,可以提高程序的效率。 MFC提供了一套模板库,来实现一些比较常见的数据结构如Array,List,Map。CArray即为其中的一个,用来实现动态数组的功能。 CArray是从CObject派生,有两个模板参数,第一个参数就是CArray类数组元素的变量类型,后一个是函数调用时的参数类型。 我们有一个类 class Object,我们要定义一个Object的动态数组,那么我们可以用以下两种方法
Platform: | Size: 8192 | Author: li sheng | Hits:

[ListView/ListBoxsupergrid

Description: VC++超级列表listview控件源代码.这个控件是C++下的网格控件,可以在ListView中显示树,每个树节点可以有Checkbox选择框,可以在其中单元中插入图片,并且支持排序功能。可以通过+-号展开或者合并树节点。-VC++ Super list listview control the source code. This control is C++ Grid under the control can be displayed in the ListView trees, each tree node can have Checkbox selection box, you can insert the unit in which the picture, and support the sort function. By+- Expand its tree node or merger.
Platform: | Size: 362496 | Author: mysisi | Hits:

[Windows CElistctrl

Description: 实现了EVC所有列双击可编辑,也适用于VC++ #include "stdafx.h" #include "FM.h"//这个不要也似乎可以,因为是对话框的头文件 #include "EditListCtrl.h" #include <windowsx.h>-Realize the EVC can double-click to edit all the columns, but also to VC++# Include
Platform: | Size: 3072 | Author: lzy | Hits:

[GDI-BitmapListEditorSrc

Description: Visual C++,在线编辑List控件中的内容-Visual C++, Online editorial content List Controls
Platform: | Size: 91136 | Author: hlz | Hits:

[RFIDCListCtrl

Description: 利用vc++开发的ListCtrl控件,能实现比较简单的功能-Use vc++ Development ListCtrl control, can realize the function of relatively simple
Platform: | Size: 676864 | Author: 丁少 | Hits:

[Data structsdoublelist

Description: 用VC2005实现的双向链表里面包括添加元素删除元素查询等基本功能-VC2005 achieved using two-way linked list, including add elements inside the delete query, such as the basic functions of elements
Platform: | Size: 468992 | Author: keminghua | Hits:

[ComboBoxCOptionTreeDemo_src

Description: 非常酷的VC列表控件,可以编辑、选择文件、选择图片、颜色等-Very cool VC list control, you can edit, select the file, select the picture, colors, etc.
Platform: | Size: 343040 | Author: wxa | Hits:

[Windows Developvc++hanshu

Description: vc++经常用到的函数列表,个人感觉还不错-vc++ list of frequently used functions, personal feeling pretty good
Platform: | Size: 1549312 | Author: JIN | Hits:

[Windows DevelopTestLinkList

Description: A simple test of linking list in VC
Platform: | Size: 9216 | Author: 張軒竣 | Hits:

[ListView/ListBoxListCtrl_Tooltip

Description: 在列表控件中实现气泡提示功能。很实用的一个东西-In the list of control functions to achieve the bubble tips. A very practical things
Platform: | Size: 205824 | Author: 华军 | Hits:

[Windows Developlist

Description: 一本书上提供的一个线性表的类,感觉不错,我再VC上调试通过了,希望可以有帮助 -First book to provide a linear form of the class, I feel good, I would like to debug through the VC, and hope to have help
Platform: | Size: 3072 | Author: tanghuang | Hits:

[Browser ClientMyIE

Description: VC做的简单网页浏览器,主要是利用了组件Combo box.-VC to do a simple web browser, the main component is the use of a Combo box.
Platform: | Size: 1951744 | Author: 剑虎 | Hits:

[GUI DevelopDevStudio

Description: VC编程界面,分割窗口,添加列表,树状结构打开文件-VC programming interface, split window, add the list to open the file tree structure
Platform: | Size: 523264 | Author: yingying | Hits:

[TCP/IP stackscanLAN

Description: 在VC环境下,利用UDP实现了局域网的扫描功能,能够列表显示IP地址,机器名,MAC地址等-In the VC environment, the use of UDP network scanning to achieve a function that shows a list of IP address, machine name, MAC address, etc.
Platform: | Size: 55296 | Author: 张勇 | Hits:

[Internet-Network2008-10-18

Description: vc+SOCKET+服务器+客户端+链表-vc+ SOCKET+ server+ client+ List
Platform: | Size: 77824 | Author: 李小祥 | Hits:

[ListView/ListBoxCEditListCtrl_code

Description: VC++6.0,ListView 可以编辑的列表框-VC++ 6.0, ListView can edit the list box
Platform: | Size: 34816 | Author: cuihj | Hits:

[Internet-NetworkvcRemote

Description: VC远程监控系统+源代码,非常好的远程监控源码,获得多个源码下载站远程监控在源码排行榜第一!-VC remote monitoring system+ Source code, a very good source remote monitoring, access to multiple source download remote monitoring station the first in the source list!
Platform: | Size: 5274624 | Author: 邓小凡 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net